Notes/Domino Fix List
 |  |
SPR # DPOL68TKUS | Fixed in 6.5.5 release |  |



Product Area: Technical Area: XML Platform: Cross Platform
Lotus Customer Support APAR: LO06272

SPR# DPOL68TKUS - If the contents of one Rich Text field were appended to another Rich Text field, using the AppendRTItem method, and the document was then exported to an XML file using the NotesDXLExporter some of the Rich Text formats were incorrect. This problem has been fixed in 6.5.5.

Technote Number: 1196793

Problem:
This issue was reported to Quality Engineering as SPR# DPOL68TKUS and was fixed
in Notes/Domino release 6.5.5.
Excerpt from the Lotus Notes and Domino Release 6.5.5 MR fix list (available at
http://www.ibm.com/developerworks/lotus):
XML
SPR# DPOL68TKUS - If the contents of one Rich Text field were appended to
another Rich Text field, using the AppendRTItem method, and the document was
then exported to an XML file using the NotesDXLExporter some of the Rich Text
formats were incorrect. This problem has been fixed in 6.5.5.
If you haven't yet upgraded, there is no specific workaround available other
than manually copying and pasting the rich text fields from one document to
another.
In one particular case, some improvement was seen after adding the following
code before calling the AppendRTItem method.
NOTE: The code below is a sample provided to illustrate one way to approach
this issue and is used as is and at your own risk.
Dim nrp As NotesRichTextParagraphStyle
Set nrp = nsn.CreateRichTextParagraphStyle
Call nrt_a.AppendParagraphStyle(nrp)
Refer to the Upgrade Central site for details on upgrading Notes/Domino. More >


Last Modified on 12/05/2013
Go back
 |